home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 56 / Issue #56.iso / mac / 2-SOFTWARE / Sibelius 2 Demo / Sibelius Demo / Sibelius Demo.rsrc / plst_0 < prev    next >
Extensible Markup Language  |  2002-05-20  |  2KB  |  62 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleExecutable</key>
  6.     <string>Sibelius</string>
  7.     <key>CFBundleGetInfoString</key>
  8.     <string>Sibelius 2.1.1 build 21, Copyright ┬⌐ 1987-2002 Sibelius Software</string>
  9.     <key>CFBundleIconFile</key>
  10.     <string>128</string>
  11.     <key>CFBundleIdentifier</key>
  12.     <string>com.sibelius.Sibelius</string>
  13.     <key>CFBundleInfoDictionaryVersion</key>
  14.     <string>6.0</string>
  15.     <key>CFBundleName</key>
  16.     <string>Sibelius</string>
  17.     <key>CFBundlePackageType</key>
  18.     <string>APPL</string>
  19.     <key>CFBundleShortVersionString</key>
  20.     <string>Sibelius 2.1.1 build 21</string>
  21.     <key>CFBundleSignature</key>
  22.     <string>SIBE</string>
  23.     <key>CFBundleVersion</key>
  24.     <string>0.1</string>
  25.     <key>NSAppleScriptEnabled</key>
  26.     <integer>1</integer>
  27.     <key>NSHumanReadableCopyright</key>
  28.     <string>Sibelius 2.1.1 build 21, Copyright ┬⌐ 1987-2002 Sibelius Software</string>
  29.  
  30.    <key>CFBundleDocumentTypes</key>
  31.     <array>
  32.         <dict>
  33.             <key>CFBundleTypeExtensions</key>
  34.             <array>
  35.                 <string>sibelius.score</string>
  36.             </array>
  37.             
  38.             <key>CFBundleTypeIconFile</key>
  39.             <string>129</string>
  40.  
  41.             <key>CFBundleTypeName</key>
  42.             <string>Sibelius Score</string>
  43.             
  44.             <key>CFBundleTypeExtensions</key>
  45.             <string>sib</string>
  46.  
  47.             <key>CFBundleTypeOSTypes</key>
  48.             <array>
  49.                 <string>SIBL</string>
  50.             </array>
  51.  
  52.             <key>CFBundleTypeRole</key>
  53.             <string>Editor</string>
  54.  
  55.         </dict>
  56.     </array>
  57.  
  58.  
  59.  
  60. </dict>
  61. </plist>
  62.